Verifier Authentication Result
@Serializable(with = VerifierAuthenticationResultSerializer::class )
Represents the result of verifier authentication as per ISO 18013-5 section 9.1.4.
Inheritors
Types
Link copied to clipboard
Successful verifier authentication.
Link copied to clipboard
Indicates that the request was unsigned.
Link copied to clipboard
data class Untrusted(val x509CertChain: List<String>, val error: VerifierAuthenticationFailureType) : VerifierAuthenticationResult
Indicates the verifier authentication object could not be trusted.